home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G32F / G32_HINO.Dxr / 00060_ÉCÉâÉXÉgÇÃÉXÉNÉçÅ[ÉãÉ{É^ÉìÇÃì¸ÇÍë÷Ƕ.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  482 b   |  22 lines

  1. on pushbutton2
  2.   global ga, cno
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       case ga of
  6.         "D":
  7.           set cname to "scrld"
  8.           set the memberNum of sprite 25 to 25
  9.           testd()
  10.         "U":
  11.           set cname to "scrlu"
  12.           set the memberNum of sprite 27 to 27
  13.           testu()
  14.       end case
  15.     else
  16.       set the memberNum of sprite 25 to 24
  17.       set the memberNum of sprite 27 to 26
  18.     end if
  19.     updateStage()
  20.   end repeat
  21. end
  22.